home *** CD-ROM | disk | FTP | other *** search
- package com.extensibility.xml;
-
- import java.util.Vector;
-
- class ElementDeclaration$2 implements ContentModelTerm.Visitor {
- // $FF: synthetic field
- final boolean val$ignoreNSQualified;
- // $FF: synthetic field
- final Vector val$badNames;
- // $FF: synthetic field
- final ElementDeclaration this$0;
-
- public void visit(ContentModelTerm var1) {
- if (var1.isTermReference()) {
- if (var1.getReferent() == null) {
- if (!this.val$ignoreNSQualified || !var1.isQualified()) {
- this.val$badNames.addElement(var1.getTerm());
- }
- }
- }
- }
-
- ElementDeclaration$2(boolean var1, Vector var2, ElementDeclaration var3) {
- this.val$ignoreNSQualified = var1;
- this.val$badNames = var2;
- this.this$0 = var3;
- }
- }
-